PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutputIntent Class / setOutputConditionIdentifier Method
An ASCII string identifying the intended output device or production condition in human- or machine-readable form.
In This Topic
    setOutputConditionIdentifier Method
    In This Topic
    Sets the output condition identifier.
    If human-readable, this string may be used in lieu of an string for presentation to the user.
    A typical value for this entry would be the name of a production condition maintained in an industry-standard registry such as the ICC Characterization Data Registry.
    Syntax
    public void setOutputConditionIdentifier( 
       java.lang.String outputConditionIdentifier
    )

    Parameters

    outputConditionIdentifier
    An ASCII string identifying the intended output device or production condition in human- or machine-readable form.
    See Also